<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鎵嬫満娴姩*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:#018a9c;}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}
/*float*/
.float_box{position:fixed;right:1px;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;}
.float_box ul{display:inline-block;width:100%;}
.float_box ul li{border:1px solid #e6e6e6; color:#666666; position:relative;display:block;width:70px;height:70px;background:#29569f;text-align:center; color:#fff;:bottom;margin-bottom:1px;border-radius:3px;transition:all 0.2s linear 0s;cursor:pointer;}
.float_box ul li:nth-child(5){margin-top:8px;}
.float_box ul li i{font-size:30px;color:#fff;display:block;line-height:30px;padding-top:9px;transition:all 0.2s linear 0s;}
.float_box ul li span{font-size:12px;color:#fff;display:block;line-height:20px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{background:#29569f;color:#fff;}
.float_box ul li:hover i{color:#fff;}
.float_box ul li:hover span{color:#fff;}
.float_box ul li .qq_box{position:absolute;right:69px;top:0;display:none;background:#29569f;border-radius:3px;padding:10px;}
.float_box ul li .qq_box a{font-size:14px;color:#fff;display:block;width:160px;line-height:28px;transition:all 0.2s linear 0s;}
.float_box ul li .qq_box a:hover{text-decoration:underline;}
.float_box ul li .tel_box{display:none; position:absolute;right:69px;top:0;border-top:4px solid #29569f;padding:20px;font-size:14px;background:#fff;line-height:28px;width:262px;box-shadow:0 3px 8px rgba(0,0,0,0.15);border-radius:3px;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;}
.float_box ul li .tel_box span{color:#356dc7;font-size:24px;line-height:28px;text-align:left;}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{padding:10px;background:#29569f;border-radius:3px;position:absolute;right:69px;top:0;display:none;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#weixin:hover .code_box{display:block;}
.phone_top{display:none;position:fixed;bottom:60px;right:10px;}
.phone_top i{color:#356dc7;font-size:40px;}
.scrollTop{
    color:#fff;
}
.noPro {
    text-align: center;
    width: 100%;
    margin: 60px 0;
}

    .noPro img {
        height: 150px;
        margin-bottom: 30px;
    }

    .noPro span {
        display: block;
        font-size: 14px;
        color: #999;
    }

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}
/*琛ㄥ崟*/
.kj-concactus-form .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 50%;
}

    .kj-concactus-form .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 150px;
    }

    .kj-concactus-form .formcolumn-item dd {
        width: 100%;
        position: relative;
    }

        .kj-concactus-form .formcolumn-item dd input {
            width: 80%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            border: 1px solid #006d6d;
        }

            .kj-concactus-form .formcolumn-item dd input:focus {
                outline: 0 none;
            }

        .kj-concactus-form .formcolumn-item dd textarea {
            width: calc(96.2% + 1px);
            height: 48px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            border-radius: 3px;
            background-color: #a3cece;
            border: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            .kj-concactus-form .formcolumn-item dd textarea:focus {
                outline: 0 none;
            }

        .kj-concactus-form .formcolumn-item dd .form-vcodebox img {
            height: 38px;
        }

.kj-concactus-form .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

.kj-concactus-form .formcolumn-item dd .form-vcodebox {
    width: 110px;
    order: 1;
    height: 38px;
    margin-left: 2px;
    display: flex;
    align-items: center;
}

.kj-concactus-form .formcolumn-item dd .formcom-vcode {
    width: 64%;
}

.kj-concactus-form .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

.kj-concactus-form .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}

.kj-concactus-form form {
    display: flex;
    flex-wrap: wrap;
}

.kj-btn-form {
    width: 100%;
    text-align: center;
}

    .kj-btn-form input {
        width: 100%;
        height: 45px;
        background-color: #006d6d;
        color: #fff;
        border-radius: 4px;
        width: 150px;
    }

        .kj-btn-form input:hover {
            background-color: #023e3e;
            color: #fff;
        }

.kj-concactus-form {
    margin: 35px 0 0;
}
/*鏂囩珷*/
.article_box {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 5px;
}

    .article_box .article_left {
        width: 200px;
        margin-right: 36px;
    }

        .article_box .article_left ul {
            display: block;
        }

            .article_box .article_left ul li {
                display: block;
                transition: all 0.2s linear 0s;
                border-top: 1px solid #dcdcdc;
                padding-top: 8px;
                padding-bottom: 6px;
            }

                .article_box .article_left ul li:first-child {
                    border-top: 0;
                    padding-top: 0;
                }

                .article_box .article_left ul li .title {
                    display: block;
                    height: 46px;
                    line-height: 46px;
                    font-size: 16px;
                    color: #333333;
                    font-weight: bold;
                }

                .article_box .article_left ul li .btn_box a {
                    margin-bottom: 4px;
                    display: flex;
                    justify-content: space-between;
                    padding-left: 20px;
                    height: 32px;
                    align-items: center;
                    font-size: 14px;
                    color: #666666;
                    border-left: 3px solid transparent;
                }

                    .article_box .article_left ul li .btn_box a:hover {
                        background: #f1f1f1;
                        color: #356dc7;
                        border-left-color: #356dc7;
                    }

                    .article_box .article_left ul li .btn_box a.active {
                        background: #f1f1f1;
                        color: #356dc7;
                        border-left-color: #356dc7;
                        font-weight: bold;
                    }

    .article_box .article_right {
        width: 100%;
        padding: 30px;
    }

        .article_box .article_right .article_title {
            border-bottom: 2px solid #d2d2d2;
            height: 46px;
            line-height: 46px;
            font-size: 18px;
            color: #333333;
            font-weight: bold;
        }

        .article_box .article_right .article_content {
            padding: 25px 0;
            font-size: 14px;
            color: #333333;
            line-height: 26px;
            overflow: hidden;
        }

            .article_box .article_right .article_content img {
                max-width: 100%;
                height: auto !important;
            }
/*鎵嬫満绔笅鎷夋ā鍧�*/
.kj-modal.fade .modal-dialog {
    transform: translate(100%, 0);
}

.kj-modal.in .modal-dialog {
    transform: translate(0, 0);
}

.kj-modal.fade .modal-dialog {
    transform: translate(100%, 0);
}

.kj-modal.in .modal-dialog {
    transform: translate(0, 0);
}

.kj-modal .modal-content {
    box-shadow: none;
    border: none;
}

.kj-modal .modal-header button {
    padding: 6px !important;
}

.kj-nav-all {
    padding-right: 15px;
}

.kj-nav-list2 li {
    position: relative;
}

    .kj-nav-list2 li i {
        position: absolute;
        right: 25px;
        top: 12px;
    }

.kj-nav-list2 ul li:last-child {
    display: block;
}

.kj-nav-list2 {
    margin: 0;
    padding: 0;
}

    .kj-nav-list2 li {
        line-height: 40px;
        list-style: none;
        padding-left: 25px;
        border-left: 5px solid transparent;
    }

        .kj-nav-list2 li a {
            color: #333;
        }

.kj-nav2-li.active {
    border-left: 5px solid #dd3b3f;
    color: #dd3b3f;
}

    .kj-nav2-li.active a {
        color: #dd3b3f;
    }

.kj-nav-list2 ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu {
    top: 98%;
    border-color: #ebebeb;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
}

    .dropdown-menu .fa-angle-down {
        transform: rotate(-90deg);
        margin-left: 10px;
    }

    .dropdown-menu li a {
        color: #333 !important;
        display: block;
        padding: 0 !important;
        padding: 15px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        position: relative;
    }

        .dropdown-menu li a::after {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            content: "";
            background-color: #e5e5e5;
            width: 92%;
            display: block;
            height: 1px;
        }

    .dropdown-menu li:last-child a::after {
        display: none;
    }

    .dropdown-menu li a:hover {
        color: #22a839 !important;
    }

    .dropdown-menu li:hover .dropdown-menu {
        display: block !important;
    }

    .dropdown-menu li .dropdown-menu {
        left: 149%;
        /* transform: translateX(-00%); */
        top: -3px;
    }
/*澶у寘瑁呰浠�*/
#blukquote_dialog .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    #blukquote_dialog .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 130px;
    }

    #blukquote_dialog .formcolumn-item dd {
        width: calc(100% - 100px);
        position: relative
    }

        #blukquote_dialog .formcolumn-item dd input {
            width: 90%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            #blukquote_dialog .formcolumn-item dd input:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd textarea {
            width: 90%;
            height: 150px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            #blukquote_dialog .formcolumn-item dd textarea:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd .form-vcodebox img {
            height: 38px;
        }

#blukquote_dialog .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

#blukquote_dialog .formcolumn-item dd .form-vcodebox {
    width: 110px;
    order: 1;
    height: 38px;
    margin-left: 10px;
}

#blukquote_dialog .formcolumn-item dd .formcom-vcode {
    width: 37%;
}

#blukquote_dialog .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

#blukquote_dialog .formcolumn-item.formcolumn-item-tips {
    margin-bottom: 0;
}

    #blukquote_dialog .formcolumn-item.formcolumn-item-tips .text {
        font-size: 12px;
        color: #FF0D0D;
    }

#blukquote_dialog .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}

#blukquote_dialog .modal-footer {
    border-top: 0;
    padding: 0 0 50px 0;
}

    #blukquote_dialog .modal-footer input {
        background: #1155ac;
        color: #fff;
        width: 40%;
        padding: 0;
        font-size: 16px;
        height: 40px;
        transition: all 0.2s linear 0s;
    }

        #blukquote_dialog .modal-footer input:hover {
            background: #22a839;
        }

.kj-nav-all h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

.kj-nav-list2 li {
    margin-bottom: 15px;
    position: relative;
}

    .kj-nav-list2 li i {
        position: absolute;
        right: 0;
    }

.kj-nav-list2 li {
    margin-top: 20px;
    padding-left: 20px;
}

.kj-modal.in .modal-dialog {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: right;
    height: 100vh;
}

#phone-search-box {
    display: flex;
    margin: 0;
}

.kj-modal .modal-body {
    overflow-y: scroll;
    height: calc(100vh - 73px);
}

.kj-modal.in .modal-content {
    border: 0;
    border-radius: 0;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
}

.kj-modal .modal-header:after,
.kj-modal .modal-header:before {
    display: none;
}

.kj-modal .btn-default {
    border: none;
    padding: 0;
}

.kj-pronav2 ul a:hover {
    text-decoration: underline;
}

.kj-scroll-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .kj-scroll-top .kj-site-top-nav {
        display: none;
    }

.kj-concactbox .kj-left ul li a:hover {
    color: #1155ac;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: transparent;
    color: #fff;
}
.container {
  padding: 0;
  width: 1200px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "寰蒋闆呴粦", Arial, Helvetica, sans-serif;
}
body {
  background-color: #f5f5f5;
}
a {
  color: #333;
}
a:hover {
  color: #356dc7;
  text-decoration: none;
}
.kj-top-header {
  height: 45px;
  background-color: #e8e7e7;
  color: #666;
  line-height: 45px;
}
.kj-top-header .kj-site-top-left span {
  color: #e60012;
  margin: 0 15px;
}
.kj-top-header .kj-site-top-right {
  text-align: right;
  color: #333;
}
.kj-top-header .kj-site-top-right i {
  color: #333;
}
.kj-top-header .kj-site-top-right span {
  display: inline-block;
  margin-left: 20px;
}
.kj-top-header .kj-site-top-right span img {
  margin-right: 5px;
  margin-left: 10px;
}
.kj-top-header a {
  display: inline-block;
  color: #666;
  height: 33px;
  line-height: 33px;
  font-size: 13px;
}
.kj-top-header a:hover {
  color: #356dc7;
}
.kj-site-top-logo {
}
.kj-top-search {
  height: 140px;
  display: flex;
  align-items: center;
  align-self: start;
}
.kj-phone-search {
  display: none;
  transition-duration: 0.39s;
}
.kj-top-search-right-none div {
  height: 55px;
  width: 140px;
  display: flex;
  border: 1px solid #dddddd;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 20px;
  font-size: 16px;
}
    .kj-top-search-right-none div:hover{
        background-color:#356dc7;
        
    }
    .kj-top-search-right-none div:hover a {
        color: #fff;
    }
        .kj-top-search-right-none a {
            color: #356dc7;
        }
.kj-top-search-right-none a i {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}
.kj-site-top-search-center-all {
  justify-content: right;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.kj-site-top-search-center {
  border: 2px solid #356dc7;
  border-radius: 0;
  position: relative;
  width: 580px;
  background-color: #fff;
}
.kj-site-top-search-center .btn-default:hover {
  background-color: #29569f;
  color: #fff;
}
.kj-site-top-search-center input {
  height: 50px;
  border: none;
  padding-left:20px;
  border-radius: 0;
  font-size:16px;
  outline: none;
  width: 95% !important;
}
.kj-site-top-search-center input:focus {
  box-shadow: none;
}
.kj-site-top-search-center button {
  height: 50px;
  width: 100px;
  border: none;
  border-radius: 0 !important;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: #356dc7;
  transition-duration: 0.39s;
}
#kj-site-top-nav-button {
  background-color: #356dc7;
}
#kj-site-top-nav-button span {
  background-color: #fff;
}
.kj-site-top-nav {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  background-color: transparent;
  border: none;
}
.kj-site-top-nav .navbar-collapse {
  padding: 0;
  background-color: #e7e8e9;
}
.kj-site-top-nav .navbar-collapse .kj-phone-ser {
  display: none;
}
.kj-site-top-nav .navbar-collapse .kj-phone-ser span {
  width: 14%;
}
.kj-site-top-nav .navbar-collapse .kj-phone-ser button {
  width: 100%;
}
.kj-site-top-nav .navbar-collapse .kj-phone-ser input {
  width: 85% !important;
}
.kj-first-li {
  color: #fff !important;
  width: 200px;
  background-color: #356dc7;
}
.kj-first-li a {
  padding: 15px 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff !important;
}
.kj-first-li a i {
  font-size: 20px;
  margin-right: 5px;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li {
  transition-duration: 0.39s;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li a {
  display: inline-block;
  padding: 0;
  color: #333;
  font-size: 16px;
  padding: 15px 70px;
  transition-duration: 0.39s;
}
.kj-site-top-nav .navbar-nav &gt; li.active a,
.kj-site-top-nav .navbar-nav &gt; li &gt; a:focus,
.kj-site-top-nav .navbar-nav &gt; li &gt; a:hover {
    color: #fff;
    background-color: #356dc7;
}
.kj-site-top-nav .navbar-collapse .navbar-nav li ul li:hover {
  background-color: #356dc7;
  font-weight: bold;
}
.kj-banner {
  display: flex;
  height:400px;
}

    .kj-banner .kj-pronav {
        flex: 0 0 200px;
        margin-right: 10px;
        position: relative;
     
    }
.kj-banner .kj-rightBanner {
  width: calc(100% - 210px);
  padding-top: 10px;
}
.kj-default-swiper1 {
  height: 393px;
}
.kj-default-swiper1 .swiper-slide {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-default-swiper1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  transition-duration: 0.39s;
  width: 10px;
  height: 10px;
}
.kj-default-swiper1 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #1b6cab;
}
.kj-click {
  font-style: normal;
  font-size: 20px !important;
  color: #4a7387;
}
.kj-left-nav {
  margin: 0;
  position: absolute;
  left: 0;
  z-index:999;
  top: 0;
  width: 100%;
  border: 1px solid #dddddd;
}
.kj-left-nav li:hover a,
.kj-left-nav li.active a {
  color: #333;
  background-color: #fff;
}
.kj-left-nav li:first-child a {
  border: none;
}
/*.kj-left-nav li::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  background-color: #dddddd;
  width: 79%;
  display: block;
  height: 1px;
}*/
.kj-left-nav li:last-child {
  border:none;
}
    .kj-left-nav li {
        font-size: 18px;
        transition-duration: 0.39s;
        /*  position: relative;*/
        border-bottom: 1px solid #ddd;
        list-style: none;
        background-color: #fff;
    }
.kj-left-nav li i {
  transition-duration: 0.39s;
  font-size: 12px;
}
.kj-left-nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
/*  padding-left: 20px;
  padding-right: 20px;*/
  color: #333;
  text-decoration: none;
}
.kj-left-nav li ol.active {
  border-top: 1px solid #dddddd;
  padding-top: 5px;
  display:block;
}
.kj-left-nav li ol {
  border-top: 1px solid transparent;
  height: 0;
  display:none;
}
.kj-left-nav li ol li::after {
  display: none;
}
.kj-left-nav li ol li {
  list-style: none;
  margin-top: 10px;
  font-size: 16px;
  padding-left: 0;
  border: none;
}
.kj-left-nav li ol li a {
  justify-content: space-between;
  height: auto;
  padding-right: 0;
  font-size: 16px;
  color: #999999 !important;
  padding-left: 0;
  align-items: center;
  font-weight: normal;
}
    .kj-left-nav li ol li a:hover, .kj-left-nav li ol li.active a{
        color: #356dc7 !important;
    }
.kj-promotion {
  display: flex;
  margin-top: 10px;
}
.kj-promotion .kj-leftBox {
  height: 330px;
  padding-top: 115px;
  flex: 0 0 290px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 24px;
}
.kj-promotion .kj-leftBox span {
  color: rgba(47, 126, 255, 0.1);
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 5px;
  display: block;
}
.kj-promotion .kj-rightBox {
  width: calc(100% - 290px);
}
.kj-hot .swiper-button-prev, .kj-default-swiper2 .swiper-button-prev,
.kj-default-swiper2 .swiper-button-next,
.kj-hot .swiper-button-next {
    background-image: none;
    width: 30px;
    height: 35px;
    font-weight: bold;
    border-radius: 100%;
    display: flex;
    align-items: center;
    color: #1584bb;
    justify-content: center;
    background-color: #f7f7f7;
}
        .kj-hot.swiper-button-prev:hover, .kj-default-swiper2 .swiper-button-prev:hover,
        .kj-hot .swiper-button-next:hover, .kj-default-swiper2 .swiper-button-next:hover {
            background-color: #356dc7;
            color: #fff;
        }
.kj-hot .swiper-button-next, .kj-default-swiper2 .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.kj-hot .swiper-button-prev, .kj-default-swiper2 .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.kj-promotion .kj-rightBox .swiper-slide-duplicate-prev .kj-pro {
  border: none;
}
.kj-inBox {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.kj-inBox .kj-pro2:first-child {
  border-right: 1px solid #ddd;
}
.kj-inBox .kj-pro2:first-child,
.kj-inBox .kj-pro2:nth-child(2) {
  border-bottom: 1px solid #dddddd;
  padding-left: 40px;
  width: 50%;
}
.kj-inBox .kj-pro2:first-child .protxt,
.kj-inBox .kj-pro2:nth-child(2) .protxt {
  margin-top: 10px;
}
.kj-inBox .kj-pro2:first-child .media-left,
.kj-inBox .kj-pro2:nth-child(2) .media-left {
  padding-right: 40px;
}
.kj-inBox .kj-pro2:first-child .media-left a,
.kj-inBox .kj-pro2:nth-child(2) .media-left a {
  width: 220px;
  height: 200px;
}
.kj-inBox .kj-pro2:first-child .kj-cas,
.kj-inBox .kj-pro2:nth-child(2) .kj-cas {
  display: none;
}
.kj-inBox .kj-pro2:first-child .kj-baozhuang,
.kj-inBox .kj-pro2:nth-child(2) .kj-baozhuang {
  color: #999;
  display: block;
}
.kj-inBox .kj-pro2:first-child .kj-car,
.kj-inBox .kj-pro2:nth-child(2) .kj-car {
  margin-top: 55px;
  display: flex;
}
.kj-pro {
  padding-top: 25px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
  height: 330px;
  text-align: center;
  border-right: 1px solid;
  border-image: linear-gradient(329deg, rgba(255, 255, 255, 0) 10%, #d1d1d1 30%, rgba(255, 255, 255, 0) 50%) 1 1 1 1;
}
.kj-pro a.kj-img-a {
  height: 180px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  border-bottom: none;
}
.kj-pro a.kj-img-a img {
  max-width: 70%;
  transition-duration: 0.39s;
}
.kj-pro div.protxt {
  text-align: center;
  line-height: 30px;
  padding: 0 30px;
  height: 80px;
}
.kj-pro div.protxt div {
  color: #da0614;
  font-size: 18px;
}
.kj-pro div.protxt a.kj-cas span {
  color: #999;
}
.kj-pro div.protxt a.kj-title {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.kj-header {
  margin-bottom: 20px;
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 24px;
}
.kj-header a {
  font-size: 16px;
  color: #999;
}
.kj-header a:hover {
  color: #356dc7;
}
.kj-header i {
  color: #da2834;
  font-size: 24px;
  margin-right: 10px;
}
.kj-header sub {
  color: #c8c8c8;
  font-size: 14px;
  margin-left: 10px;
}
.kj-pro2 {
  width: 25%;
  margin-top: 0;
  padding: 35px 25px 40px 25px;
}
.kj-pro2 .kj-baozhuang {
  display: none;
}
.kj-pro2 .kj-car {
  display: flex;
  width: 135px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background-color: #356dc7;
  font-size: 16px;
  display: none;
  color: #fff;
  border-radius: 30px;
}
.kj-pro2 .kj-car:hover {
  background-color: #29569f;
}
.kj-pro2 div.protxt {
  text-align: left;
  line-height: 24px;
}
.kj-pro2 div.protxt div.kj-price {
  color: #da0614;
  font-size: 18px;
}
.kj-pro2 div.protxt a.kj-cas span {
  color: #999;
}
.kj-pro2 div.protxt a.kj-title {
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.kj-pro2 .media-left a {
  display: block;
  width: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 90px;
  background-size:contain;
}
.kj-classity .kj-header i {
  color: #356dc7;
}
.kj-header3 {
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 25px;
}
.kj-header3 span {
  display: block;
  font-size: 12px;
  font-weight: lighter;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
}
.kj-classity .kj-inbox {
  display: flex;
}
.kj-classity .kj-leftBox {
  flex: 0 0 220px;
}
.kj-classity .nav-tabs &gt; li &gt; a {
  border: none;
  margin: 0;
  text-align: center;
  padding: 25px 0;
  border-radius: 0;
}
.kj-classity .nav-tabs &gt; li.active &gt; a,
.kj-classity .nav-tabs &gt; li.active &gt; a:focus,
.kj-classity .nav-tabs &gt; li.active &gt; a:hover,
.kj-classity .nav &gt; li &gt; a:hover {
  border: none;
  background-color: #eee;
  color: #333;
}
.kj-classity .nav-tabs {
  border: none;
  background-color: #fff;
}
.kj-classity .nav-tabs &gt; li {
  float: none;
}
.kj-classity .kj-rightBox {
  width: 100%;
  margin-left: 10px;
  padding: 0 25px;
  margin-right: 0;
  background-color: #fff;
  padding-bottom: 20px;
}
.kj-classity .kj-rightBox .kj-pro2 {
  width: 100%;
  padding: 10px 0;
  padding-right: 20px;
}
.kj-classity .kj-rightBox .kj-pro2 .media-left {
  padding: 0 10px;
}
.kj-classity .kj-rightBox .kj-pro2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.kj-header2 {
  height: 55px;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
}
.kj-header2 a {
  font-size: 16px;
  color: #999;
}
.kj-header2 a:hover {
  color: #356dc7;
}
.kj-indexNews .kj-header i {
  color: #356dc7;
}
.kj-indexNews .kj-header a {
  color: #333;
}
.kj-indexNews .kj-header a:hover {
  color: #356dc7;
}
.kj-indexNews .row {
  margin-left: 0;
  margin-right: -10px;
}
.kj-indexNews .col-md-6 {
  padding-left: 0;
  padding-right: 10px;
}
.kj-indexNews .kj-header {
  justify-content: space-between;
  align-items: flex-end;
}
.kj-default-swiper2 a {
  display: block;
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.kj-default-swiper2 a div {
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}
.kj-default-swiper2 a div i {
    flex:0 0 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
.kj-default-swiper2 a:hover span {
  text-decoration: underline;
}
.kj-news {
  background-color: #fff;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
}
.kj-news .kj-title a {
  font-size: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 21px;
}
.kj-news .kj-content {
  margin-top: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  color: #999;
  height: 75px;
}
.kj-news span {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 18px;
  color: #999;
}
.kj-news span a {
  font-size: 14px;
}
.kj-news:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.kj-footer {
  min-height: 280px;
  background-color: #356dc7;
  margin-top: 50px;
}
.kj-concact hr {
  margin: 0;
  border-top: 1px solid #efefef;
}
.kj-concact .kj-concact-bottom-all {
  padding-top: 75px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 65px;
}
.kj-concact .kj-concact-bottom {
  margin-top: 67px;
}
.kj-concact .kj-concact-bottom ul {
  padding-left: 0;
  margin: 0;
}
.kj-concact .kj-concact-bottom ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 14px;
}
.kj-concact .kj-concact-bottom ul li a {
  color: rgba(255, 255, 255, 0.9);
}
.kj-concact .kj-concact-bottom ul li a:hover {
  text-decoration: underline;
}
.kj-concact .kj-concact-bottom ul li:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}
.kj-concact .kj-concact-bottom ul li:last-child {
  margin: 0;
}
.kj-concact .kj-concact-bottom2 ul {
  text-align: center;
}
.kj-concact .kj-concact-bottom-cc {
  display: flex;
}
.kj-concact .kj-concact-bottom-cc div {
  text-align: center;
  color: #fff;
  margin-left: 10px;
}
.kj-concact .kj-concact-bottom-cc div img {
  width: 130px;
  border-radius: 4px;
}
.kj-kf {
  color: #fff;
  text-align: left;
}
.kj-kf div {
  display: inline-block;
  float: left;
  text-align: center;
  margin-right: 80px;
}
.kj-kf h4 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}
.kj-kf img {
  width: 140px;
}
.kj-kf span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.kj-footer-bottom {
  padding-bottom: 10px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 34px;
  padding-top: 10px;
  font-size: 16px;
}
.kj-footer-bottom a {
  color: #fff;
  margin-left: 10px;
}
.kj-footer-ipad {
  background-color: #eee;
  height: 55px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #333;
}
.kj-footer-ipad i {
  font-style: normal;
  margin: 0 10px;
}
.kj-footer-ipad span {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #333;
}
.kj-nav {
  background-color: transparent;
}
    .kj-nav .container {
        display: flex;
        align-items: center;
        height: 80px;
        margin-bottom: 10px;
    }
.kj-nav i {
  margin-right: 5px;
  font-size: 20px;
}
.kj-nav .container:before,
.kj-nav .container:after {
  display: none;
}
.kj-nav .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.kj-nav .breadcrumb a {
  color: #333;
}
.kj-nav .breadcrumb a:hover {
  color: #356dc7;
}
.kj-nav .breadcrumb li:last-child span {
  color: #333;
}
.kj-nav .breadcrumb &gt; li + li:before {
  content: "&gt;";
  color: #333;
}
.kj-header4 {
  height: 50px;
  background-color: #356dc7;
  color: #fff;
  display: flex;
  font-size: 20px;
  padding-left: 25px;
  align-items: center;
}
.kj-header4 span {
  display: block;
  width: 5px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
}
.kj-newsBox {
  background-color: #fff;
  padding: 0 45px;
}
.kj-newsBox .kj-outNews {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 45px;
}
.kj-newsBox .media .media-left {
  padding-right: 30px;
}
.kj-newsBox .media .media-left a {
  width: 215px;
  height: 140px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-newsBox .media .media-body .media-heading {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 15px;
}
.kj-newsBox .media .media-body span {
  color: #999;
  font-size: 16px;
}
.kj-newsBox .media .media-body div {
  margin-top: 50px;
  font-size: 16px;
}
.kj-more {
  display: flex;
  width: 130px;
  height: 40px;
  flex: 0 0 130px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #356dc7;
  font-size: 16px;
}
.kj-more i {
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.kj-more:hover {
  background-color: #29569f;
  color: #fff;
}
.kj-newsBox:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.kj-concactbox {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.kj-concactbox .kj-header5 {
  font-size: 26px;
}
.kj-concactbox .kj-header5::after {
  content: "";
  display: block;
  width: 40px;
  background-color: #356dc7;
  height: 3px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.kj-concactbox .kj-left {
  width: 100%;
}
.kj-concactbox .kj-left ul li {
  list-style: none;
  color: #666;
  display: flex;
  font-size: 16px;
  margin-bottom: 15px;
}
.kj-concactbox .kj-left ul li span {
  flex: 0 0 80px;
}
.kj-concactbox .kj-left ul li a {
  color: #666;
}
.kj-concactbox .kj-right {
  margin-top: 10px;
  display: flex;
}
.kj-concactbox .kj-right .kj-img {
  font-size: 18px;
  text-align: center;
  margin-left: 20px;
}
    .kj-concactbox .kj-right .kj-img img {
        width: 145px;
        margin-bottom: 20px;
        border-top: 2px solid #356dc7;
    }
.kj-aboutUs .row {
  margin: 0;
}
.kj-aboutUs .col-md-6 {
  padding: 0;
}
.kj-aboutUs .kj-leftBox {
  background-color: #fff;
  height: 395px;
  padding: 70px 45px 0 50px;
}
.kj-aboutUs .kj-leftBox .kj-content {
  line-height: 28px;
}
.kj-aboutUs .kj-leftBox h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.kj-aboutUs .kj-leftBox h4 span {
  display: block;
  color: #999;
  margin-top: 5px;
  font-size: 15px;
}
.kj-aboutUs .kj-rightBox {
  height: 395px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-promotion{
    flex-wrap:wrap;
}
.kj-promotion .kj-header {
    flex: 0 0 100%;
}

.kj-left-nav li ol li div.kj-level {
    position: absolute;
    width: 1000px;
    left: 200px;
    height: 404px;
    background-color: #fff;
    padding:0 30px;
    border: 1px solid #ddd;
    border-left: 0;
    display:none;
    top: 0;
}
    .kj-left-nav li ol li div.kj-level.active {
        display: block
    }
.kj-left-nav ul{
    padding:0 20px;
    background-color:#fff;
    position:relative;
}
.kj-left-nav li ol li div.kj-level a{
    color:#666 !important;
    font-size:16px;
    margin-right:40px;
    margin-bottom:20px;
}
    .kj-left-nav li ol li div.kj-level a:hover{
        color:#356dc7 !important;
    }
    .kj-url {
        display: flex;
        flex-wrap: wrap;
    }
.kj-left-nav li ol li:hover div.kj-level{
    display:block;
    z-index:999;
}
.product_list_ul2{display:block;width:100%;}
    .product_list_ul2 li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 3px;
        transition: all 0.2s linear 0s;
        background-color: #fff;
        position: relative;
        border: 1px solid #e9e8e8;
    }
.product_list_ul2 li.selectActive{box-shadow:0 0 10px rgba(0,0,0,0.2);}
.product_list_ul2 li .pro_description{padding:25px 20px 20px 25px;display:flex;flex-wrap:wrap;}
.product_list_ul2 li .pro_description .img_btn{width:100px;height:100px;display:inline-flex;justify-content:center;align-items:center;margin-right:40px;}
.product_list_ul2 li .pro_description .img_btn img{max-width:100%;max-height:100%;}
.product_list_ul2 li .pro_description .img_btn:hover{border:1px solid #356dc7;}
.product_list_ul2 li .pro_description .right_info{flex:1;display:flex;flex-wrap:wrap;}
.product_list_ul2 li .pro_description .right_info .name_btn{font-size:20px;color:#1b8bcd;font-weight:bold;line-height:18px;display:block;width:100%;}
.product_list_ul2 li .pro_description .right_info .basic_text{display:inline-block;line-height:22px;margin-right:90px;}
.product_list_ul2 li .pro_description .right_info .basic_text_all{display:inline-block;width:100%;margin-right:0;margin-bottom:5px;}
    .product_list_ul2 li .pro_description .right_info label {
        font-size: 16px;
        font-weight: normal;
        color: #1b8bcd;
    }
    .product_list_ul2 li .pro_description .right_info span {
        font-size: 16px;
        color: #1b8bcd;
    }
.product_list_ul2 li .pro_description .right_info span a{color:#356dc7;}
.product_list_ul2 li .pro_description .right_info span a:hover{text-decoration:underline;}
        .product_list_ul2 li .stock_btn {
            border: 0;
            display: flex;
            width: 100%;
            font-size: 16px;
            position: absolute;
            right: 7px;
            top: 70px;
            width: 72px;
            height: 18px;
            line-height: 18px;
            background: transparent;
            color: #ea1313;
            justify-content: center;
            transition: all 0.2s linear 0s;
        }
.product_list_ul2 li .stock_btn i{font-size:13px;color:#db0000;font-weight:bold;margin-right:5px;vertical-align:middle;margin-top:2px;transition:all 0.2s linear 0s;}
.product_list_ul2 li .kj-table{margin:0 15px;padding-bottom:10px;}
.product_list_ul2 li .kj-table table{margin-bottom:0;}
.product_list_ul2 li .kj-table thead tr th{text-align:center;border-bottom:0;background:#f7f7f7;font-size:14px;}
.product_list_ul2 li .kj-table thead tr th:first-child{text-align:left;padding-left:20px;width:240px;}
.product_list_ul2 li .kj-table tbody tr td{border-top:0;text-align:center;font-size:14px;color:#626262;vertical-align:middle;border-bottom:1px dotted #dcdcdc;transition:all 0.2s linear 0s;}
.product_list_ul2 li .kj-table tbody tr td:first-child{text-align:left;padding-left:20px;}
.product_list_ul2 li .kj-table tbody tr td em{color:#e70012;}
.product_list_ul2 li .kj-table tbody tr:hover td{background:#f9f9f9;}
a.car_btn {
        color: #356dc7;
        width: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 4px;
        font-weight:bold;
        height: 35px;
        display: inline-block;
        /* padding: 5px; */
        background-color: #fff;
    }
    a.car_btn:hover{
        color:#fff;
        background-color:#356dc7;
    }
    a.car_btn i {
        font-size: 17px;
    }
.kj-pro-num-box{width:72px;height:28px;border-radius:3px;overflow:hidden;margin:0 auto;border:1px solid #eee;vertical-align:middle;display:inline-flex;align-items:center;justify-content:space-between;background-color:#fff;}
.kj-pro-num-box button{width:20px;border:0;padding:0;height:28px;transition:all 0.2s linear 0s;background:none;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.kj-pro-num-box input{width:32px;height:28px;line-height:18px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}
.product_list_ul2 li .kj-table tfoot tr td{border-top:0;padding-top:18px;padding-bottom:18px;}
.product_list_ul2 li .kj-table tfoot tr td .inquiry_btn{line-height:32px;font-size:14px;color:#e3150a;margin-right:14px;}
.product_list_ul2 li .kj-table tfoot tr td .inquiry_btn:hover{text-decoration:underline;}
.product_list_ul2 li .kj-table tfoot tr td .collection_btn{line-height:32px;font-size:14px;color:#333333;display:inline-flex;align-items:center;}
.product_list_ul2 li .kj-table tfoot tr td .collection_btn i{margin-right:3px;}
.product_list_ul2 li .kj-table tfoot tr td .collection_btn:hover{color:#e3150a;}
.product_list_ul2 li .kj-table tfoot tr td .car_btn{display:inline-block;float:right;width:126px;height:32px;text-align:center;line-height:32px;background:#06469c;border-radius:6px;font-size:14px;color:#fff;}
.product_list_ul2 li .kj-table tfoot tr td .car_btn:hover{background:#023894;}
.product_list_ul2 li .kj-table tfoot tr td .car_btn:active{position:relative;top:2px;}
.product_list_ul2 li .stock_btn i.active{
    transform:rotate(180deg);
    position:relative;
    bottom:4px;
}
.product_list_ul2 li .pro_description .right_info .name_btn:hover{
    text-decoration:underline;
}
.kj-navigation-page {
    text-align: center;
    margin-top: 20px;
}

    .kj-navigation-page .pagination &gt; li &gt; a,
    .kj-navigation-page .pagination &gt; li &gt; span {
        border: none;
        color: #333;
        margin: 0 5px;
        padding: 5px 11px;
        background-color: #fff;
        color: #333;
        border-radius: 3px;
        font-size: 16px;
    }

        .kj-navigation-page .pagination &gt; li.active &gt; a,
        .kj-navigation-page .pagination &gt; li &gt; a:focus,
        .kj-navigation-page .pagination &gt; li &gt; a:hover,
        .kj-navigation-page .pagination &gt; li &gt; span:focus,
        .kj-navigation-page .pagination &gt; li &gt; span:hover {
            background: #356dc7;
            color: #fff;
        }
.product_list_ul2 li .kj-table thead tr{
    border:1px solid #ddd;
}
.kj-pro-num-box button {
    background-color: #eeeeee;
}
.product_list_ul2 li .kj-table tbody tr:last-child td{
    border:none;
}
.kj-detail-swiper {

    padding-right: 15px;
}

    .kj-detail-swiper .swiper {
        width: 100%;
        height: 100%;
    }

    .kj-detail-swiper .mySwiper {
        margin-top: 10px;
     
    }

        .kj-detail-swiper .mySwiper .swiper-slide {
            height: 50px;
            overflow: hidden;
            border: 1px solid #ddd;
        }

            .kj-detail-swiper .mySwiper .swiper-slide.active {
                border-color: #c7161e;
            }

    .kj-detail-swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .kj-detail-swiper .swiper-slide img {
            max-width: 60%;
        }

    .kj-detail-swiper .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .kj-detail-swiper .mySwiper2 {
        width: 100%;
        height: 390px;
        border: 1px solid #eeeeee;
    }

        .kj-detail-swiper .mySwiper2 .swiper-slide {
        }

.kj-detail-product-in-bottom {
    margin-top: 20px;
    border-left: 1px solid #e6e8e9;
    border-right: 1px solid #e6e8e9;
    border-bottom: 1px solid #e6e8e9;
}

    .kj-detail-product-in-bottom .table {
        margin: 0;
        box-shadow: 0 0 5px 0px #ccc;
        text-align: center;
    }

        .kj-detail-product-in-bottom .table thead {
            background-color: #f4f4f4;
        }

            .kj-detail-product-in-bottom .table thead tr {
                border-top: 1px solid #e6e8e9;
                border-bottom: 1px solid #e6e8e9;
            }

        .kj-detail-product-in-bottom .table th {
            text-align: center;
            border: 0;
        }

        .kj-detail-product-in-bottom .table .kj-num {
            width: 65px;
            height: 28px;
            border: 1px solid #949494;
            display: flex;
            align-items: center;
            margin: 0 auto;
            position: relative;
            top: 6px;
            font-size: 15px;
            background-color: #fff;
            border-radius: 3px;
        }

            .kj-detail-product-in-bottom .table .kj-num input {
                width: 20px;
                height: 19px;
                text-align: center;
                border: 0;
                outline: none;
            }

            .kj-detail-product-in-bottom .table .kj-num span {
                display: inline-block;
                width: 20px;
                height: 26px;
                line-height: 26px;
                text-align: center;
                color: #666;
            }

        .kj-detail-product-in-bottom .table tr td {
            height: 40px;
            line-height: 40px;
            padding: 0;
        }

        .kj-detail-product-in-bottom .table &gt; tbody &gt; tr &gt; td,
        .kj-detail-product-in-bottom .table &gt; tbody &gt; tr &gt; th,
        .kj-detail-product-in-bottom .table &gt; tfoot &gt; tr &gt; td,
        .kj-detail-product-in-bottom .table &gt; tfoot &gt; tr &gt; th,
        .kj-detail-product-in-bottom .table &gt; thead &gt; tr &gt; td,
        .kj-detail-product-in-bottom .table &gt; thead &gt; tr &gt; th {
            border: none;
        }

        .kj-detail-product-in-bottom .table thead {
            background-color: transparent;
        }

.kj-color {
    color: #999;
}

.kj-margin {
    margin-bottom: 15px;

}

    .kj-detail-info {
 
        min-height: 350px;
    }

    .kj-detail-info h1 {
        font-size: 24px;

        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;

        margin-bottom: 20px;
    }

    .kj-detail-info ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .kj-detail-info ul li {
            width: calc(100% / 3);
            list-style: none;
            color:#999;
            margin-bottom: 25px;
        }

.kj-detail-other-info {
    margin-bottom:75px;
    margin-top:25px;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .kj-detail-other-info a {
        display: inline-block;
        text-decoration: none;
    }

    .kj-detail-other-info div a {
        margin-right: 15px;
        width: 175px;
        height: 45px;
        font-size:16px;
        background-color:#356dc7;
        color: #fff;
        text-align: center;
        line-height: 45px;
    }

        .kj-detail-other-info div a:hover {
            background-color: #29569f;
        }

        .kj-detail-other-info div a:last-child {
            background-color: #e1111f;
        }

            .kj-detail-other-info div a:last-child:hover {
                background-color: #29569f;
                color: #fff;
            }

.kj-detail-three-tab .nav-tabs {
    background-color: #fff;
    border-color: #f5f5f5;
}
.kj-detail-three-tab .nav &gt; li {
    margin: 0 !important;
}
    .kj-detail-three-tab .nav &gt; li &gt; a {
       border:none !important;
       position:initial !important;
        margin-right:0;
        font-size:18px;
        padding:10px 55px;
    }

.kj-detail-three-tab .nav-tabs &gt; li.active, .kj-detail-three-tab .nav-tabs &gt; li:hover, .kj-detail-three-tab .nav-tabs &gt; li:focus {
    
}
    .kj-detail-three-tab .nav-tabs &gt; li.active &gt; a,
    .kj-detail-three-tab .nav-tabs &gt; li.active &gt; a:focus,
    .kj-detail-three-tab .nav-tabs &gt; li.active &gt; a:hover,
    .kj-detail-three-tab .nav &gt; li &gt; a:hover {
        margin:0 !important;
        background-color: #356dc7;
        color:#fff;
        border-radius: 0;
    }

.kj-detail-table {
    padding: 10px;
}

    .kj-detail-table .table &gt; tbody &gt; tr &gt; th {
        width: 105px;
        background-color: #fff;
        text-align: left;
        padding: 10px;
    }

    .kj-detail-table .table &gt; tbody &gt; tr &gt; td {
        padding: 10px;
        padding-left: 40px;
    }

    .kj-detail-table .table th {
        border-right: 1px solid #e4e4e4;
    }

    .kj-detail-table .table {
        margin: 0;
    }

.kj-related-pro {
    position: relative;
}

    .kj-related-pro h4 {
        font-size: 20px;
        margin-top: 35px;
        font-weight: bold;
    }

    .kj-related-pro .swiper-button-next {
        right: -50px;
    }

    .kj-related-pro .swiper-button-prev {
        left: -50px;
    }

    .kj-related-pro .swiper-button-prev,
    .kj-related-pro .swiper-button-next {
        background-image: none;
    }

        .kj-related-pro .swiper-button-prev i,
        .kj-related-pro .swiper-button-next i {
            font-size: 32px;
            font-weight: bold;
            color: #9a9a9a;
        }

            .kj-related-pro .swiper-button-prev i:hover,
            .kj-related-pro .swiper-button-next i:hover {
                color: #2396dd;
            }

    .kj-related-pro .swiper-button-next,
    .kj-related-pro .swiper-button-prev {
        top: 58%;
        height: 26px;
    }

.kj-default-related {
    margin-top: 20px;
}
.kj-datail-info-price {
    /*    background: url('../images/detailbg.png') no-repeat;
    background-position: center center;
    background-size: cover;*/
    width: 100%;
    height: 40px;
    font-size:16px;
    line-height: 40px;
}

    .kj-datail-info-price span {
        font-size: 32px;
        color: #e1111f;
        font-weight: bold;
        margin-left: 24px;
        position: relative;
        top: 2px;
    }

.kj-goods-in {
    display: flex;
    align-items: center;
    font-size:16px;
    
}

    .kj-goods-in div {
        margin: 0;
        padding-left: 30px;
        color:#999;
        font-size:16px;
    }

    .kj-goods-in .kj-num {
        width: 85px;
        height: 28px;
        border: 1px solid #cccccc;
        display: flex;
        align-items: center;
        margin-left: 30px;
        padding: 0;
    }

        .kj-goods-in .kj-num input {
            width: 35px;
            text-align: center;
            color: #333;
            border: 0;
            outline: none;
        }

        .kj-goods-in .kj-num span {
            display: inline-block;
            width: 24px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background-color: #f7f7f7;
        }

    .kj-goods-in span {
        color: #333;
        margin-bottom: 5px;
        text-align:right;
        flex: 0 0 70px;
    }

    .kj-goods-in ul {
        padding-left: 30px;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
        color:#999;
        margin: 0;
    }

        .kj-goods-in ul li {
            list-style: none;
     
            padding: 4px 10px;
            margin-right: 10px;
            margin-bottom: 5px;
            width: auto;
        }

.kj-textarea {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 15px;
}

    .kj-textarea span {
        display: block;
        width: 36px;
        color: #999;
    }

    .kj-textarea .form-control {
        margin-left: 22px;
        display: inline-block;
        width: 92%;
        border-radius: 0;
    }

.kj-detail-buy {
    margin-top: 35px;
    margin-bottom: 35px;
}

    .kj-detail-buy a {
        border: 1px solid #e6332c;
        width: 180px;
        border-radius: 0;
        transition-duration: .39s;
    }

        .kj-detail-buy a:hover {
            background-color: #064d23 !important;
            color: #fff;
        }


        .kj-detail-buy a i {
            margin-right: 5px;
        }

        .kj-detail-buy a:last-child {
            background-color: #e6332c;
            color: #fff;
            margin-left: 5px;
        }

.kj-datail-info-header p i {
    display: inline-block;
    width: 100px;
}

.kj-datail-info-header p span {
    padding-left: 30px;
}

.kj-goods-in .kj-num span {
    margin-bottom: 0;
    flex: initial;
}

.kj-right-img {
    display: flex;
    align-items: center;
}

.kj-datail-info-price i {
    font-style: normal;
}

.kj-detail-buy {
    margin-top: 35px;
    margin-bottom: 35px;
}

    .kj-detail-buy a {
        border: 1px solid #e6332c;
        width: 180px;
        color: #2396dd;
        border-radius: 0;
        transition-duration: .39s;
    }

        .kj-detail-buy a:hover {
            background-color: #b33033 !important;
            color: #fff !important;
        }


        .kj-detail-buy a i {
            margin-right: 5px;
        }

        .kj-detail-buy a:last-child {
            background-color: #e6332c;
            color: #fff;
            margin-left: 5px;
        }
.kj-detail-goods-info {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 30px;
    margin-top: 22px;
}
.kj-goods-in {
    flex: 0 0 50%;
    margin:0;
    height:65px;
    border-bottom: 1px solid #eee;
}
.kj-select div{
    display:flex;
    color:#999;
    flex:0 0 auto;
    text-align:left;
    position:relative;
}
.kj-select div::after {
    content: "\e9d2";
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    display: inline-block;
    position:absolute;
    right:-30px;
    cursor:pointer;
}
.kj-select{
    position:relative;
}
    .kj-select ul {
        display:none;
        position: absolute;

        top: 74%;
        box-shadow: 0 0 10px #ccc;
        background-color: #fff;
        left: 98px;
        padding:0;
    }
    .kj-select ul li{
        margin:0;
        border:none;
    }
    .kj-select ul.active{
        display:block;
    }
.kj-detail-goods-info .kj-goods-in:last-child, .kj-detail-goods-info .kj-goods-in:nth-child(6) {
    border: none;
}
.kj-proBox3{
    background-color:#fff;
}
.kj-proin{
    padding:20px;
    min-height:300px;
    background-color:#fff;
    line-height:28px;
}
.kj-proin img{
    max-width:100%;
}
.kj-wenxian {
    padding-left: 43px;
}

    .kj-wenxian li {
        list-style: initial;
        font-size: 15px;
        line-height: 44px;
    }
.kj-detail-three-tab .nav &gt; li::after{
    content:"|";
    color:#eee;
}
.kj-detail-three-tab .nav &gt; li {
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.kj-header6{
    font-size:16px;
    display:flex;
    align-items:center;
    margin-top:50px;
    margin-bottom:25px;
}
.kj-header6 i{
    font-size:20px;
    margin-right:10px;
    color:#356dc7;
}
.kj-ComPro .row{
    margin-left:0;

}
.kj-ComPro .col-sm-3{
    padding-left:0;
}
.kj-shopcart-count {
    padding: 8px 5px;
    background-color: #e6332c;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    border-radius: 5px;
    right: -17px;
    top: -13px;
    display: block;
    position: absolute;
}
.kj-top-search-right-none i{
    position:relative;
}
.kj-default-swiper2 a span {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#scrollFloatTop:hover a{
    color:#fff;
}
.product_list_ul2 li .kj-table thead tr th{
    font-weight:normal;
}
.kj-list-select{
    display:flex;
    flex-wrap:wrap;
    font-size:16px;
    margin-bottom:10px;
}
.kj-list-select li{
    margin-right:40px;
    margin-bottom:20px;
}
    .kj-list-select li.active{
        font-weight:bold;
    }
#ShopCartBox{
    display:none !important;
}
.kj-pro:hover a.kj-img-a img {
    transform:scale(1.2);
}
.kj-pro2 .media-left a{
    transition-duration:.39s;
}
.kj-pro2:hover .media-left a {
    background-size: 120%;
}
.kj_news_active {
    background-color:#fff;
    padding:0 30px;
    padding-top:40px;

}
.car_btn.active {
    pointer-events: none;
    color:#888;
}
.kj-classity .nav-tabs{
    min-height:335px;
}
.kj-detail-swiper .mySwipers {
    height: 45px;
    margin-top: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.kj-detail-swiper .mySwipers .swiper-slide {
    border: 1px solid #E8E8E8;
}

kj-detail-swiper .mySwipers .swiper-slide-thumb-active {
    border: 2px solid #E3150A;
}</pre></body></html>